home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / vpi1_330.zip / COMDESC.DBF (.txt) < prev    next >
dBase/FoxBase/XBase Database File  |  1991-12-30  |  12KB  |  166 rows

#COMMAND,C,10DESC,C,60
1QUITlease PC-Info
2IN(reads a character from a sequential file
3USEopens a data file for use
4READ(reads a line of a sequential file
5GET(reads a string from a file
6SCREensaves and restores screen images in memory
7RANK(ASCII code for a character
8ASC(ASCII code of a character
9CANCelquits current program but stays in PC-Info
10CHAInquits current program and jump to do another
11READenter editing of  @ GET and TEXT commands
12DELAYpause for a predetermined time
13INKEY(waits for and reports on a keystroke
14INPUtwaits for data to be keyed in
15PRINTER(tests for printer on-line
16SKIPmoves forward or backward through a data file
17EJECtsends from feed to a printer
18BIT(reads individual bits
19LEN(gives length of a string
20AT(gives location of a substing inside a string
21SAVEsaves memory variables to a file
22?start new line and print
23ENDIfclose of IF-ENDIF structure
24ENDCaseclose of a DO CASE structure
25ENDDoclose of a DO WHILE loop
26PROCedurea set of commands
27??print on current line
28CLOSeclose one or all data files
29FLUShwrite out file to disk - with header updated
30COUNtcount records in file that meet specified conditions
31BOXdraws rectangular boxes
32ROPEN(opens sequential file to read
33WOPEN(opens sequential file to write
34DIRFilesscans sub-directories following the FILES structure
35GOTOjumps to a record specified by number
36LIMItsets active range of indexed data file
37DIRsimilar to DOS dir
38GOsame as GOTO
39SCOPesame as LIMIT command
40BROWselook at a screenful ofrecords in a data file
41*used at beginning of line to indicate a comment
42TEST(validate expression
43WRITeactivates the PC-Info editor
44DISPlaydisplays a wide variety of information - see documentation
45STATusdisplays current status of system
46REMArkdisplays message on screen or printer
47RINGproduces a sound - same a printing an ASCII 7
48MENU(user chooses by moving light bar
49INT(extracts integer part of a number - does not round up
50#record number
51MODIfyadd, delete, or change fields of a data file
52ACCEptprovides a prompt and waits for input
53DOincludes code from other .PRG files during compilation
54HELPprovides help on line
55LTRIM(remove leading blanks
56DELEteremove one or more records from a data file (reversible)
57TRIM(remove trailing blanks
58RENAmerenames a file
59REMLIB(removes a library entry
60ZAPdeletes all records in a file
61REPLaceupdates fields of a data file
62UPDAterevises fields in current file based another indexed file
63RECAllundeletes deleted (but not packed) records
64ENDProcend of a procedure - control passed to calling code
65EOF(end-of-file status for open data files
66WINDowspecifies active region of the screen
67FIELdspecifies field inside an ON FIELD structure
68SETmany forms - see documentation
69STR(string representation of a number
70@(search a string and report location of match
71FINDsearch data file according to index and key - sets :NEAR
72ELSEbranch of an IF - ENDIF structure
73LOCAtesearches on a conditions without requiring INDEX
74FILE(verifies existence of a file
75*true if current recoird of selected data file is deleted
76DELETED(true if current record is deleted
77RESET(sets individual bits to 0
78SET(sets individual bits to 1
79IFF(one-line condition with two possible outputs
80@positions cursor to SAY or GET
81OTHErwisedo this part if no CASE is satisfied in DO CASE structure
82REPLACE(substitutes all occurences of a string with another
83REINdexrebuilds an index file
84COMPilecompiles a .PRG file to prduce a .CPL file
85FLD(details on any one field in a file
86SCROllscrolls the contents of the current window
87WAITsystem waits for keystroke from use
88LISTlist many kinds of information - see documentation
89DBF(information about open data file and its indexes
90NOTEa comment line
91SELEctdetermines the current default data file
92IFcommands which follow will be done if condition is true
93PACKpermanently remove deleted record from a data file
94EDITexmaines some or all fields of a single record
95APPEndadds new records to a data file - many variations
96=assignment (may also appear in a condition as comparison)
97EOFreturns true if current record is end of file
98EOFreturns true if current record is end of file
99RECNO(current record number for open data files
100CONTinuecontinues to locate from the current record
101FIELD(gets number assigned to field in a GET table
102FILEssee documentation of FILES...ENDFILES structure
103CASEpart of DO CASE structure
104SEEK(set position in a sequential file by character
105SSEEK(set position in a sequential file by line
106$(pick out part of a string
107SUBSTR(pick out part of a string
108COL(X coordinate of cursor
109ROW(X coordinate of cursor
110VARIabledeclare memory variable that follow
111DIMEnsiondeclares matrix or array of memory variables
112RELEasegets rid of selected memory variables
113LEFT(substring from left
114RIGHT(substring from right
115INSERT(overwrites a string with another from a starting position
116TOTAlsummarizes selected file to a new file
117CEN(centers a string
118!(convert a string to upper case
119LOWER(convert a string to lower case
120CHR(converts ASCII value to character
121UPPER(converts to upper case
122BREAkinterrupts a loop
123COLOrcolors a block on screen - can also fill the block
124OUT(writes a character to a sequential file
125SORTcopies a file to a new file in specified order
126WRITE(writes a line to a sequential file
127REPEatstarts a loop to be executed a specified number of times
128CREAtebuilds a new data file
129REPOrtbuilds a report using a .FRM file
130CLOSE(closes a sequential file
131PUT(writes a string to a file
132STORecopies a value to a variable
133CLEArcloses all open data files and deletes all memory variables
134INDExbuilds an index file for the current active data file
135ERASeclears current widow or entire screen
136GLOBalcauses memory variable to survive CHAINing
137SUMtotals numeric fields for selected record
138SPOOlspools printout to a holding file and from there to printer
139CLSclears screen
140TEXTbegins to present text information to screen or printer
141WRAP(forces word-wrapping
142POSTpost selected records from one file to another
143RESTorere-installs memory variables from a files
144BLANK(sets string to blank or fill character
145NOUPdatedo not save changes to current record
146RUNexecutes DOS commands
147AVERagecomputes average of numeric fields for selected records
148DAYS(computes interval between two dates, or date after interval
149MONTHS(computes months between two dates, or date after interval
150VAL(computes value of a numeric string
151CURSormove the cursor to a position on the screen
152PERFormjump to a procedure
153RETUrnback to calling .PRG from a DO
154LOOPjump to the top of a loop
155DIR(directory information one file at a time
156LOC(reports byte position in a sequential file
157SPACE(reports memory remaining in work and data space
158PIC(formats output of numbers and strings
159TIME(reports time
160TYPE(reports type for a variable
161ENDDoconcluding statement of DO WHILE loop
162ENDRepeatconclusion of REPEAT loop
163COPYmany variations - see documentation
164ONwide variety of uses - see documentation
165DATE(wide variety of date functions - see documentation